home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_08
/
2n08068a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-29
|
164 b
|
14 lines
int find(const char *s)
{
#ifdef DEBUG
fprintf(stderr, "entering find\n");
#endif
...
#ifdef DEBUG
fprintf(stderr, "leaving find\n");
#endif
}